home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-17 | 641 b | 21 lines | [TEXT/CWIE] |
- /********************************************************************************/
- //
- // Utility.h
- //
- // Interface for Utility.c
- //
- // Version 1.0
- //
- // Created: 13 May 1996
- // Modified: 14 June 1996
- //
- /********************************************************************************/
-
- void BusyCursor( void );
- Boolean SysSevenOrBetter ( void );
- Boolean IsAFolder(FSSpec* theSpec);
- void AppendColon( Str255 dirName );
- void CopyPString( Str255 fromStr, Str255 toStr );
- void ConcatPStrings( Str255 aStr, Str255 bStr, Str255 destStr );
- void GetFullPath( FSSpec* theSpec, Str255 pathName );
- void ResolveOSErr( OSErr inErr, Str255 returnValue );